* {
  padding: 0;
  margin: 0;


}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-size: cover;
  /* background-image: linear-gradient(gray, black, gray) */
}



/* start style navbar */
.navbar {
  background-color: #343434a6;
}

.navbar img {
  width: 60px;
  position: absolute;
  left: 155px;
  top: 10px;
  margin-left: 5px;
}

.navbar img:hover {
  width: 70px;
  transition: 1s;
}

.navbar ul li a {
  margin-right: 25px;
}

.n1 {
  position: relative;
  left: -60px;
}

.n2 ul li a {
  color: aqua;
}

.n2 ul li a:hover {
  color: black;
}

.home-login1 {
  color: aqua
}

.home-login1:hover {
  color: black;
}

/* end style navbar */


/* start mood dark and light */
#darkModeBtn {
  position: fixed;
  top: 15px;
  right: 1200px;
  font-size: 18px;
  border-radius: 66px 0px 0px 66px;
  width: 40px;
  outline: none;
  /* علشان ميظهرش اني في تحديد لما اجيب الماوس عليها */
  background-color: hsla(0, 0%, 0%, 0.571);
  border: 1px solid silver;
}


#lightModeBtn {
  position: fixed;
  top: 15px;
  right: 1155px;
  font-size: 18px;
  border-radius: 0px 66px 66px 0px;
  width: 40px;
  outline: none;
  /* علشان ميظهرش اني في تحديد لما اجيب الماوس عليها */
  background-color: hsla(0, 0%, 0%, 0.571);
  border: 1px solid silver;


}

#darkModeBtn:hover,
#lightModeBtn:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 5px 5px 10px gray;
  transition: 1s;
}

#darkModeBtn:hover {
  background-color: rgb(0, 0, 0);
  transition: 1s;
}
/* end mood dark and light */

/* start style form */
form input {
  width: 600px;
  height: 55px;
  font-size: 18px;
  text-align: center;
  /* margin-left: 350px; */
  position: absolute;
  left: 400px;
  border: 2px solid rgb(8, 8, 8);
  margin-top: 20px;
  padding: 16px 0px 16px 0px;
}

form button {
  padding: 16px 16px 16px 0px;
  background-color: aliceblue;
  border: 4px rgba(0, 0, 0, 0.61) solid;
  width: 70px;
  height: 55px;
  position: absolute;
  left: 1002px;
  top: 74px;
  margin-top: 2px;
}
/* end style form */

.content {
  display: flex;
  margin-top: 110px;
  justify-content: space-around;
}

/* سبيس راوند وظيفتها خلق مسافات بين الصور متساوية */

.content img {
  width: 365px;
  border: rgb(255, 254, 254) 4px solid;
  border-radius: 50%;

}

.content img:hover {
  box-shadow: 30px 30px 30px rgba(255, 255, 255, 0.5);
  width: 390px;
  position: relative;
  right: 25px;
  opacity: .6;
  border-radius: 20px;
  transition: 1.5s;
}

/* start content */
.content .c1,
.c2,
.c3 {
  text-align: center;
  width: 300px;
}

span {
  color: rgba(0, 255, 0, 0.822);
}

.content p {
  font-size: 13px;
  font-weight: 80px;
}

.content h1 {
  font-size: 35px;
  text-shadow: 3px 0px 0px yellowgreen;

}

.content h3 {
  font-size: 20px;
}


/* end content */


/* start fotter */
footer {
  width: 100%;
  height: 210px;
  margin-top: 750px;
  background-color: #343434a6;
  background-image: url(../img/صورة\ الفوتر.jpg);
  background-size: cover;
  background-repeat: no-repeat;

}

footer ul {
  list-style: none;
}

.contant, .data{
  color: red;
  width: 150px;
  text-align: center;
  position: relative;
  top: 60px;
}
.contant{
  color: red;
  width: 150px;
  text-align: center;
  position: relative;
  top: 60px;
  font-weight: 800;
  font-size: 20px;
}

.data {
  color: white;
  text-align: justify;
  /* علشان يخلي الكلام متناسق كدة تحت بعض */
}

.social-media {
  text-align: center;
  position: relative;
  top: -25px;
  list-style: none;
  color: aqua;
  font-size: 20px;
  color: red;
  font-weight: 800;

}

.social {
  text-align: center;
  position: relative;
  top: -15px;
  font-size: 20px;

}

.social .a-1 {
  text-decoration: none;
}

.social i {
  font-size: 26px;
  position: relative;
  left: -10px;
  color: blue;
  border-radius: 60%;
  background-color: gray;
  padding: 2px;
}

.social i:hover {
  transition: 1.4s;
  color: aqua;
  background-color: blueviolet;
}

footer p {
  width: 300px;
  height: 35px;
  text-align: center;
  margin-left: 570px;
  padding: 10px;
  color: white;
  background: transparent;
  backdrop-filter: blur(20px);
  font-size: 15px;
}

/* end footer */

/* start footer-2 */
/* .fotter-2 {
  margin-top: 0px;
  height: 30px;
  background-color: rgba(52, 52, 241, 0.534);
  text-align: center;
} */
/* end footer-2 */